type google.golang.org/grpc/internal/transport.writeQuota
8 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L116: wq *writeQuota
controlbuf.go#L128: wq *writeQuota // write quota for the stream created.
controlbuf.go#L243: wq *writeQuota
flowcontrol.go#L30: type writeQuota struct {
flowcontrol.go#L47: func (w *writeQuota) init(sz int32, done <-chan struct{}) {
flowcontrol.go#L54: func (w *writeQuota) get(sz int32) error {
flowcontrol.go#L69: func (w *writeQuota) realReplenish(n int) {
transport.go#L314: wq writeQuota
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)